home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr37 / atz120.zip / ATZ.DOC < prev   
Text File  |  1993-06-05  |  2KB  |  63 lines

  1.  
  2. ATZ v1.20 (C) Copyright 1993 Pillar Communication
  3. -------------------------------------------------
  4.  
  5. Purpose:
  6.  
  7.    ATZ is a command line modem utility for sending commands/data to a
  8.    FOSSIL port (FOSSIL required).  ATZ is useful for intializing the
  9.    modem in batch files and, with its interactive mode, as a "quick n
  10.    dirty" comm program.
  11.  
  12. Usage:
  13.  
  14.    C:\> ATZ [-vid] p<fossil_port>] <string>
  15.  
  16.        -v author, version, license, etc.
  17.        -i interactive mode
  18.        -d display modem response
  19.        -p <fossil_port> set port to <fossil_port>, defaults to port 1 (COM2:)
  20.  
  21.        <string> may contain any of the following escape sequences:
  22.  
  23.        \b send <BACKSPACE>
  24.        \t send <TAB>
  25.        \n send <LF> (linefeed)
  26.        \r send <CR> (carriage return)
  27.        \d delay for 1 second
  28.        \p delay for 1/10 second
  29.        \v lower DTR
  30.        \^ raise DTR
  31.  
  32. Example:
  33.  
  34.    Reset modem on FOSSIL port 2 and turn auto answer on.
  35.  
  36.       C:\> ATZ -p2 ATZ\r\dATS0=1
  37.  
  38.    Place modem off hook on default port 1. 
  39.  
  40.       C:\> ATZ ATH1
  41.  
  42. License:
  43.  
  44.     ATZ may be used free of charge for personal use. For commercial use 
  45.     please contact the Author.   If you find this program useful please
  46.     consider registering (USD$5).  
  47.  
  48. Author:
  49.  
  50.     Stan Hall
  51.        kilgore@obelisk.pillar.com
  52.        kilgore@wuntvor.pillar.com
  53.        ...!obelisk!kilgore
  54.  
  55. Address:                                                             
  56.  
  57.     Send all inquiries and registrations to:                           
  58.         Pillar Communications                                      
  59.         Stan Hall                                                 
  60.         918 Duncan Drive                                         
  61.         Oklahoma City, Ok 73107 USA                             
  62.  
  63.